home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / nt3242a.exe / netprint < prev    next >
Text File  |  1995-08-04  |  126b  |  10 lines

  1. #! /bin/sh 
  2. if test -r $1
  3. then
  4.      echo 'i'
  5.      cat $1
  6.      echo 'i'
  7. else
  8. echo Filename must exist and be readable
  9. fi
  10.